Open
Conversation
lavaturtle
reviewed
Feb 18, 2026
| @@ -1 +1 @@ | |||
| tokyo_api | |||
| -global No newline at end of file | |||
Contributor
There was a problem hiding this comment.
this doesn't seem right?
| - Added `require 'faraday/mashify'` to main library file | ||
|
|
||
| ### Updates | ||
| - Upgraded from Ruby 3.4.5 to Ruby 4.0.1 |
Contributor
There was a problem hiding this comment.
In the gemspec it says the required ruby version is '>= 3.0.0'. If that's true, then I believe the change is "add support for ruby 4"
| Gem::Specification.new do |spec| | ||
| spec.name = 'tokyo_api' | ||
| spec.version = File.read(File.expand_path('VERSION', __dir__)).strip | ||
| spec.authors = ['Nathan Woodhull'] |
Contributor
There was a problem hiding this comment.
Go ahead and add yourself here!
| spec.name = 'tokyo_api' | ||
| spec.version = File.read(File.expand_path('VERSION', __dir__)).strip | ||
| spec.authors = ['Nathan Woodhull'] | ||
| spec.email = ['nathan@controlshiftlabs.com'] |
Contributor
There was a problem hiding this comment.
we can point this at talk@
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.